Gets a ContractDefinition with the given ID
Gets a ContractDefinition with the given ID
Path Parameters
- id string required
Responses
- 200
- 404
The contract definition
- application/json
- Schema
- Example (from schema)
Schema
- createdAt date-time
- createdBy string
- modifiedAt date-time
- modifiedBy string
- isDeleted boolean
- id string
- name string
- assetsSelector object[]
- accessPolicyId string
- usagePolicyId string
- governanceStatus string
Possible values: [
draft
,governed
] - syncStatus string
Possible values: [
syncing
,in sync
,out of sync
,not published
]
{
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true,
"id": "string",
"name": "string",
"assetsSelector": [
{}
],
"accessPolicyId": "string",
"usagePolicyId": "string",
"governanceStatus": "draft",
"syncStatus": "syncing"
}
Contract definition with given id is not found
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...